Dew Stats for .NET
|
Calculate parameters for Laplace distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be Laplace distributed. |
out double mu |
Return Laplace distribution parameter estimator M. |
out double b |
Return Laplace distribution parameter estimator b. |
RandomLaplace
The following example generates 100 random Laplace distributed values and then uses LaplaceFit routine to extract used Mu and b parameters
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|